From: Eli Zaretskii Date: Sat, 13 Mar 2010 15:29:13 +0000 (-0500) Subject: Commit the change in src/Makefile.in announced in rev 99649. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8385 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5b5119799f273b27a813bfe70d579aea630801e9;p=emacs.git Commit the change in src/Makefile.in announced in rev 99649. --- diff --git a/src/Makefile.in b/src/Makefile.in index 11facec6023..06b4ef0e645 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -527,7 +527,7 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ #ifdef HAVE_X_WINDOWS MSDOS_OBJ = dosfns.o msdos.o xmenu.o #else -MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o +MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o termcap.o #endif #endif @@ -595,10 +595,8 @@ termcapobj = terminfo.o #else /* ! defined (TERMINFO) */ #ifndef LIBS_TERMCAP #define LIBS_TERMCAP -termcapobj = termcap.o tparam.o -#else /* LIBS_TERMCAP */ -termcapobj = tparam.o #endif /* LIBS_TERMCAP */ +termcapobj = tparam.o #endif /* ! defined (TERMINFO) */